home *** CD-ROM | disk | FTP | other *** search
/ Everything For A Hacker / 19990506-[HACK].iso / HEXEDIT / BIED.1_0 / bied.exe / 0 / RCDATA / TFRMPROMPT / TFRMPROMPT.txt < prev   
Text File  |  1998-09-29  |  2KB  |  90 lines

  1. object FrmPrompt: TFrmPrompt
  2.   Left = 391
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Prompt'
  6.   ClientHeight = 83
  7.   ClientWidth = 345
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PanButtons: TPanel
  17.     Left = 0
  18.     Top = 49
  19.     Width = 345
  20.     Height = 34
  21.     Align = alBottom
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object ButYes: TButton
  26.       Left = 16
  27.       Top = 5
  28.       Width = 75
  29.       Height = 25
  30.       Caption = '&Yes'
  31.       Default = True
  32.       ModalResult = 6
  33.       TabOrder = 0
  34.     end
  35.     object ButNo: TButton
  36.       Left = 96
  37.       Top = 5
  38.       Width = 75
  39.       Height = 25
  40.       Caption = '&Skip'
  41.       ModalResult = 7
  42.       TabOrder = 1
  43.     end
  44.     object ButAll: TButton
  45.       Left = 176
  46.       Top = 5
  47.       Width = 75
  48.       Height = 25
  49.       Caption = 'Yes to &All'
  50.       ModalResult = 8
  51.       TabOrder = 2
  52.     end
  53.     object ButCancel: TButton
  54.       Left = 256
  55.       Top = 5
  56.       Width = 75
  57.       Height = 25
  58.       Cancel = True
  59.       Caption = '&Cancel'
  60.       ModalResult = 2
  61.       TabOrder = 3
  62.     end
  63.   end
  64.   object PanPrompt: TPanel
  65.     Left = 0
  66.     Top = 0
  67.     Width = 345
  68.     Height = 49
  69.     Align = alClient
  70.     BevelInner = bvRaised
  71.     BevelOuter = bvLowered
  72.     TabOrder = 1
  73.     object LblPrompt: TLabel
  74.       Left = 64
  75.       Top = 12
  76.       Width = 268
  77.       Height = 30
  78.       AutoSize = False
  79.     end
  80.     object Image: TImage
  81.       Left = 16
  82.       Top = 10
  83.       Width = 32
  84.       Height = 32
  85.       AutoSize = True
  86.       Picture.Data = {<image000.ico>}
  87.     end
  88.   end
  89. end
  90.